home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 014a / crt31.zip / CRT.DOC < prev   
Text File  |  1990-07-22  |  3KB  |  87 lines

  1. 10/29/88                     CRT v3.1
  2.  
  3.                                  by
  4.                             Jack A. Orman
  5.  
  6.                            ARMADA SOUND LAB
  7.                                BOX 858
  8.                           Southaven, MS 38671
  9.  
  10.  
  11. CRT  is a small machine language program that allows you to change the
  12. border, background and foreground colors. There are three  subroutines
  13. in CRT.  They are:
  14.          
  15.          BORDER  -  which sets the border color.
  16.  
  17.          CLEAR   -  which clears the screen and sets new foreground
  18.                     and background colors.
  19.          COLOR   -  now just as fast as  Clear but it does not wipe the
  20.                     text off the screen as it changes attributes.
  21.          MONO    -  which allows you to set the mono screen
  22.                     to a new attribute
  23.  
  24. The color set values for the CGA video system are:
  25.  
  26.          0  -  black                   8  -  dark gray 
  27.          1  -  blue                    9  -  light blue 
  28.          2  -  green                   A  -  light green
  29.          3  -  cyan                    B  -  light cyan
  30.          4  -  red                     C  -  light red
  31.          5  -  magenta                 D  -  light magenta
  32.          6  -  brown                   E  -  yellow
  33.          7  -  white                   F  -  bright white
  34.  
  35. To use CRT to set a mono screen, you would use:
  36.  
  37.          CRT MONO parm1 parm2 <ENTER>
  38.  
  39. where parm1 is the foreground and parm2 is the background.
  40. valid options for mono are:
  41.           MONO 7 0 - for a normal screen
  42.           MONO 1 0 - for all underlined characters
  43.           MONO 0 7 - for reverse video characters
  44.           MONO F 0 - for bright characterson a black screen
  45.  
  46. To use CRT to set borders, you would run it as follows:
  47.  
  48.          CRT BORDER parm1 <ENTER> 
  49.  
  50. where parm1 is one of the color set values from the chart above.
  51.  
  52. To use the other features, type in one of the following:
  53.     
  54.          CRT CLEAR parm1 parm2 <ENTER>
  55.                   or
  56.          CRT COLOR parm1 parm2 <ENTER>
  57.  
  58. where parm1 is the foreground color that you wish to use and parm2  is
  59. the background color.
  60.  
  61. As an example, to clear the screen and set the colors to green text on
  62. a black background, you would use:    
  63.  
  64.          CRT CLEAR 2 0 <ENTER>          
  65.  
  66. There must be only one space between the command and the parameters.
  67. I  hope  that you get lots of use out of this small utility and let me
  68. hear your comments or suggestions for improvements.
  69.  
  70.                    **** REGISTRATION ****
  71. The registration fee for CRT31.com is $20.00 which entitles the user
  72. to a disk containing the complete collection of our utilities. Some of
  73. the  programs  on the registration disk have never  been  released  as
  74. shareware.
  75.  
  76. Send your check or money order for $20.00 to:
  77.  
  78.                  Jack A. Orman
  79.                  Armada Software
  80.                  Box 858
  81.                  Southaven, MS  38671
  82.  
  83. Comments and suggestions are welcome...
  84. On GEnie send e-mail to J.Orman
  85. On Delphi send to username JAO.
  86. On Compuserve to 72261,677
  87.